🌎 rns.kin.earth git 🌍
Commit 5e0b2c5b42ec30b0f676e231ed2a56723cdf2c14
Parents : 8908022
Author : Mark Qvist <mark@unsigned.io>
Date : 2023-09-29T12:29:37+02:00
Allow rnid aspect lengths of 1
Changes
Diff
diff --git a/RNS/Utilities/rnid.py b/RNS/Utilities/rnid.py
index 6fc8e096..6f1bada6 100644
--- a/RNS/Utilities/rnid.py
+++ b/RNS/Utilities/rnid.py
@@ -196,7 +196,7 @@ def main():
if args.hash:
try:
aspects = args.hash.split(".")
- if not len(aspects) > 1:
+ if not len(aspects) > 0:
RNS.log("Invalid destination aspects specified", RNS.LOG_ERROR)
exit(32)
else:
Served by rngit 1.5.2 - Generated in 0.04s